Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2024

This PR contains the following updates:

Package Change Age Confidence
ch.qos.logback:logback-classic (source, changelog) 1.5.20 -> 1.5.21 age confidence
io.grpc:grpc-netty 1.76.0 -> 1.77.0 age confidence
org.jetbrains.kotlinx:kotlinx-rpc-grpc-core 0.10.0-grpc-127 -> 0.10.1-grpc-155 age confidence
io.ktor.plugin 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-client-js 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-client-cio 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-client-websockets 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-client-core 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-server-test-host 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-server-host-common-jvm 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-server-websockets-jvm 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-server-cors-jvm 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-server-netty-jvm 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-server-core-jvm 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-serialization-kotlinx-json 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-client-serialization 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-client-content-negotiation 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-client-okhttp 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-client-websockets-js 3.3.1 -> 3.3.2 age confidence
io.ktor:ktor-server-cio 3.3.1 -> 3.3.2 age confidence
org.jetbrains.compose 1.9.1 -> 1.9.3 age confidence
androidx.compose.ui:ui-tooling-preview (source) 1.9.4 -> 1.9.5 age confidence
androidx.compose.ui:ui-tooling (source) 1.9.4 -> 1.9.5 age confidence
androidx.compose:compose-bom 2025.10.01 -> 2025.11.01 age confidence
org.jetbrains.kotlinx.rpc.plugin 0.10.0-grpc-127 -> 0.10.1 age confidence
androidx.compose.foundation:foundation (source) 1.9.4 -> 1.9.5 age confidence
androidx.compose.ui:ui-test-junit4 (source) 1.9.4 -> 1.9.5 age confidence
androidx.compose.ui:ui-test-manifest (source) 1.9.4 -> 1.9.5 age confidence
androidx.compose.ui:ui-graphics (source) 1.9.4 -> 1.9.5 age confidence
androidx.compose.ui:ui (source) 1.9.4 -> 1.9.5 age confidence
androidx.activity:activity-compose (source) 1.11.0 -> 1.12.0 age confidence
org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom 2025.10.12 -> 2025.11.11 age confidence
com.android.library (source) 8.13.0 -> 8.13.1 age confidence
com.android.application (source) 8.13.0 -> 8.13.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

grpc/grpc-java (io.grpc:grpc-netty)

v1.77.0

API Changes
  • binder: Remove experimental BinderChannelBuilder.bindAsUser() method, deprecated since 1.69 (#​12401) (f96ce06)
Bug Fixes
  • api: Fix name resolver bridge listener handling for address resolution errors for custom name resolvers (#​12441) (acbbf86). This fixes regression introduced in v1.68.1 causing a “IllegalStateException: No value present.” exception
  • core: Fix NullPointerException during address update with Happy Eyeballs (5e8af56). This should not impact many people as the code is disabled by default, behind two experimental environment variables
  • okhttp: Fix bidirectional keep-alive causing spurious GOAWAY (6fc3fd0). This fixes the grpc-okhttp server incorrectly closing the connection with GOAWAY: too_many_pings
  • xds: SslContext updates handling when using system root certs (#​12340) (63fdaac). Since FileWatcherCertificateProvider isn't used when using system root trust store, the SslContext update for the handshake that depended on it wasn't happening. This fix creates a separate CertificateProvider for handling system root certs that doesn't rely on the FileWatcherCertificateProvider.
  • xds: Make cluster selection interceptor run before other filters (#​12381) (82f9b8e). This is needed when there is GcpAuthenticationFilter in the filter chain to make available the cluster resource in CallOptions.
  • xds: Handle wildcards in DNS SAN exact matching (#​12345) (5b876cc)
  • android: Fix UdsChannelBuilder with WiFi Proxy (349a35a)
  • binder: Avoid potential deadlock when canceling AsyncSecurityPolicy futures (#​12283) (4725ced)
  • binder: Fix a BinderServerTransport crash in the rare shutdown-before-start case (#​12440) (91f3f4d)
Improvements
  • Improve status messages by including causal error details in config parsing errors for outlier detection and xds’s wrr locality policies (86e8b56)
  • xds: Detect negative ref count for xds client (21696cd). A negative reference count could cause NullPointerExceptions, so when too many unrefs are detected it produces a SEVERE warning and prevents the reference count from going negative
  • xds: Support deprecated xDS TLS fields for Istio compat (#​12435) (53cd1a2). This fixes a regression with Istio introduced in v1.73.0. This gives time for Istio’s new xDS field support to roll out
  • googleapis: Allow wrapping NameResolver to inject XdsClient (#​12450) (27d1508). This allows googleapis to inject an xDS bootstrap to use with its channels even if one is already specified in the environment variable or system property. When the code was originally written there was a single global XdsClient, but since gRFC A71 Xds Fallback each target string has its own XdsClient and thus can have its own bootstrap
  • alts: Allow overriding metadata server address with env variable (9ac12ef) (498f717)
  • binder: Let the server know when the client fails to authorize it. (#​12445) (599a0a1) This avoids the server needing to wait for the handshake timeout before realizing the handshake failed
New Features
  • opentelemetry: Implement otel retry metrics from gRFC A96 (#​12064) (d380191)
  • opentelemetry: propagate baggage to server metrics for custom attributes (#​12389) (155308d)
  • xds: Allow EC Keys in SPIFFE Bundle Map parsing (#​12399) (559e3ba)
  • xds: Enable authority rewriting (gRFC A81), system root cert support (gRFC A82), GCP authentication filter (gRFC A83), and SNI (gRFC A101) (#​12499) (246c2b1). Authority rewriting requires the control plane to be labeled trusted_xds_server in the bootstrap. System root cert support and SNI require using XdsChannelCredentials
  • rls: Add route lookup reason to request whether it is due to a cache miss or stale cache entry (#​12442) (795ce02)
Dependencies
  • compiler: C++ protobuf used by codegen upgraded to 26.1 (#​12330) (55aefd5)
  • alts: Remove dep on grpclb (b769f96). ALTS is no longer used with grpclb, so this removes dead code
  • Upgrade netty to 4.1.127.Final (b37ee67)
Thanks to

@​panchenko
@​benjaminp
@​HyunSangHan
@​becomeStar
@​ZachChuba
@​oliviamariacodes
@​kssumin
@​laz-canva

v1.76.1

Bug Fixes
  • core: Fix NullPointerException during address update with Happy Eyeballs (5e8af56). This should not impact many people as the code is disabled by default, behind two experimental environment variables
ktorio/ktor (io.ktor:ktor-client-js)

v3.3.2

Published 5 November 2025

Improvements
  • WebRTC Client. Remove redundant targets (KTOR-9062)
  • Add Socks proxy support to Darwin engine (KTOR-8968)
  • Java: Improve error message when SOCKS proxy is used (KTOR-2908)
Bugfixes
  • HttpRequestRetry: SendCountExceedException when max retries is more than maxSendCount of HttpSend (KTOR-5850)
  • Darwin: The maxFrameSize option has no effect (KTOR-6963)
  • OpenAPI: StackOverflowError when a response object has property with @​Contextual serializer (KTOR-8878)
  • OpenAPI gen: missing KDoc fields (KTOR-9021)
  • Server call.request.path() returns routing selectors in path (KTOR-7639)
  • StaticContent doesn't allow siblings (KTOR-9012)
  • HttpCache: FileStorage doesn't use given dispatcher for all file operations (KTOR-8832)
  • Curl: SOCKS proxy doesn't work (KTOR-9008)
  • Netty: java.lang.VerifyError is thrown on Android since 3.3.0 (KTOR-8916)
  • Response body channel is canceled while the body is being saved when having HttpRequestRetry and onDownload (KTOR-8975)
  • HttpCache: InvalidCacheStateException when varyKeys stored in files contain uppercase letters since 3.3.0 (KTOR-8970)
JetBrains/compose-jb (org.jetbrains.compose)

v1.9.3

Changes since 1.9.2

Fixes

iOS
  • Fix crash on iOS older than 17 when accessibility is enabled #​2541
Gradle Plugin

Dependencies


v1.9.2

Changes since 1.9.1

Fixes

Multiple Platforms
  • Prevent possible symbol duplicates in savedstate-compose due to redirects to Google's runtime-saveable that supports all KMP platforms #​2503
Web
  • Removed an outline on a Canvas element when it's focused #​2450
  • Fix focus with Tab behaviour in Text Fields #​2452

Dependencies


Kotlin/kotlinx-rpc (org.jetbrains.kotlinx.rpc.plugin)

v0.10.1

Published 27 October 2025

Features 🎉
Bug fixes 🐛
Infra 🚧

New Contributors

Full Changelog: 0.10.0...0.10.1

v0.10.0

Published 7 October 2025

Overview

This release brings a lot of changes, work:

  • Kotlin 2.2.20 and 2.2.10 support
  • kRPC: Backpressure

To read about the backpressure feature,
see the updated kRPC Configuration page.

Breaking Changes 🔴
Features 🎉
Bug fixes 🐛
Documentation 📗
Infra 🚧
Other Changes 🧹

New Contributors

Full Changelog: 0.9.1...0.10.0

JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom)

v2025.11.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.11.10...2025.11.11

v2025.11.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.11.9...2025.11.10

v2025.11.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.11.8...2025.11.9

v2025.11.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.11.7...2025.11.8

v2025.11.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.11.6...2025.11.7

v2025.11.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.11.5...2025.11.6

v2025.11.5

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.11.4...2025.11.5

v2025.11.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.11.3...2025.11.4

v2025.11.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.11.2...2025.11.3

v2025.11.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.11.1...2025.11.2

v2025.11.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.11.0...2025.11.1

v2025.11.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.14...2025.11.0

v2025.10.14

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.13...2025.10.14

v2025.10.13

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.10.12...2025.10.13


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependencies bump label Sep 24, 2024
@renovate renovate bot requested a review from Mr3zee September 24, 2024 09:23
@renovate renovate bot force-pushed the renovate/samples branch from 8d8cae9 to ae3910d Compare September 27, 2024 09:11
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3 Update Samples dependencies Sep 27, 2024
@renovate renovate bot force-pushed the renovate/samples branch 9 times, most recently from 217d48d to 7a42915 Compare October 7, 2024 21:16
@renovate renovate bot force-pushed the renovate/samples branch 8 times, most recently from 61acd80 to 0e59d54 Compare October 15, 2024 12:10
@renovate renovate bot force-pushed the renovate/samples branch 3 times, most recently from 3f635c1 to 671c4bc Compare October 20, 2024 20:00
@renovate renovate bot force-pushed the renovate/samples branch 6 times, most recently from 4bf83a5 to a6e90c7 Compare October 30, 2024 09:06
@renovate renovate bot force-pushed the renovate/samples branch 4 times, most recently from 9920314 to 00078a1 Compare October 27, 2025 13:03
@renovate renovate bot changed the title Update Samples dependencies Update plugin org.jetbrains.kotlinx.rpc.plugin to v0.10.1 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/samples branch from 00078a1 to bd693be Compare October 27, 2025 23:27
@renovate renovate bot changed the title Update plugin org.jetbrains.kotlinx.rpc.plugin to v0.10.1 Update Samples dependencies Oct 27, 2025
@renovate renovate bot force-pushed the renovate/samples branch 7 times, most recently from 616f0bb to 39a62ef Compare November 3, 2025 19:56
@renovate renovate bot force-pushed the renovate/samples branch 8 times, most recently from 8943b08 to c41c3e1 Compare November 11, 2025 00:07
@renovate renovate bot force-pushed the renovate/samples branch 6 times, most recently from 16221c0 to 6743e58 Compare November 17, 2025 23:46
@renovate renovate bot force-pushed the renovate/samples branch from 6743e58 to f91a867 Compare November 19, 2025 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant